home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Charme 1
/
CD Charme 01.iso
/
mac
/
hybride
/
GLOWING
/
HOLO
/
HOLOHALL.DIR
/
00031_Script_31
< prev
next >
Wrap
Text File
|
1994-11-08
|
611b
|
22 lines
on mouseUp
global returnMark, returnQT, Vol1, Vol2, vidVol
go to returnMark
if returnQT contains ".MOV" then
put the puppet of sprite 20 into puptest
if puptest = FALSE then puppetSprite 20, TRUE
set the visible of sprite 20 to TRUE
set the directtostage of cast returnQT to TRUE
set the movierate of sprite 20 to 1
set the sound of cast returnQT to TRUE
set the volume of sprite 20 to VidVol
--set the soundEnabled to TRUE
--set the sound of cast QTname to TRUE
--updateStage
end if
sv1 Vol1
sv2 Vol2
updateStage
end